toggle menu
Verint XM SDK
androidJvm
switch theme
search in API
predictive
/
com.verint.xm.sdk.predictive.tracker.app.invite.view
/
[androidJvm]ContactInfoEmailView
Contact
Info
Email
View
open
class
ContactInfoEmailView
:
AbstractContactDetailsBaseView
Created by alan.wang on 5/7/18.
Members
Constructors
Contact
Info
Email
View
Link copied to clipboard
constructor
(
activity
:
AbstractInviteActivityDelegate
)
Properties
EMAIL_BUTTON
Link copied to clipboard
val
EMAIL_BUTTON
:
Int
=
1
LEFT_BUTTON
Link copied to clipboard
val
LEFT_BUTTON
:
Int
=
0
NEGATIVE_BUTTON
Link copied to clipboard
val
NEGATIVE_BUTTON
:
Int
=
1
POSITIVE_BUTTON
Link copied to clipboard
val
POSITIVE_BUTTON
:
Int
=
0
RIGHT_BUTTON
Link copied to clipboard
val
RIGHT_BUTTON
:
Int
=
1
SMS_BUTTON
Link copied to clipboard
val
SMS_BUTTON
:
Int
=
0
Functions
dismiss
Progress
Dialog
Link copied to clipboard
open
fun
dismissProgressDialog
(
)
get
Contact
Text
Link copied to clipboard
open
fun
getContactText
(
)
:
String
get
Contact
Type
Link copied to clipboard
open
fun
getContactType
(
)
:
ContactType
get
Country
Code
Link copied to clipboard
open
fun
getCountryCode
(
)
:
String
get
Is
Form
Submitting
In
Progress
Link copied to clipboard
open
fun
getIsFormSubmittingInProgress
(
)
:
Boolean
on
Click
Link copied to clipboard
abstract
fun
onClick
(
p
:
View
)
open
fun
onClick
(
view
:
View
)
on
Close
Link copied to clipboard
open
fun
onClose
(
)
on
Destroy
Link copied to clipboard
open
fun
onDestroy
(
)
on
Post
Resume
Link copied to clipboard
open
fun
onPostResume
(
)
render
Link copied to clipboard
open
fun
render
(
isInitStage
:
Boolean
)
set
Enabled
Link copied to clipboard
open
fun
setEnabled
(
enabled
:
Boolean
)
set
Error
Link copied to clipboard
open
fun
setError
(
errorString
:
String
)
show
Progress
Dialog
Link copied to clipboard
open
fun
showProgressDialog
(
)